onFragmentViewCreated
open fun onFragmentViewCreated(@NonNull fm: FragmentManager, @NonNull f: Fragment, @NonNull v: View, @Nullable savedInstanceState: Bundle)(source)
Called after the fragment has returned a non-null view from the FragmentManager's request to onCreateView.
Parameters
fm
Host FragmentManager
f
Fragment that created and owns the view
v
View returned by the fragment
savedInstanceState
Saved instance bundle from a previous instance